I’m using the Events V2 API to create a new incident using a unique dedup_key. I would like a URL to the incident created by this event. However, the response doesn’t give me much to work with, only status, message, and the same dedup_key I sent to the API.
Is there a predictable URL I can use to find incidents by dedup_key?
I realize I can link to https://{subdomain}.pagerduty.com/incidents/{incident_id_or_number} but I don’t have an incident_id. Can I use an event dedup_key to look up the incident_id?
My use case is that several similar events should be grouped together by dedup_key, which sounds like exactly what I think the events API is designed for. So I think there MUST be some way to look up the incident by event, somehow.
Any tips, suggestions, or questions are welcome.